home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / qt4-qtconfig.prerm < prev    next >
Encoding:
Text File  |  2008-10-03  |  175 b   |  13 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. case "$1" in
  6.     upgrade) ;;
  7.     remove|failed-upgrade|deconfigure)
  8.         update-alternatives --remove qtconfig "/usr/bin/qtconfig-qt4"
  9.         ;;
  10. esac
  11.  
  12.  
  13.